[Design Question] When to open a link on a new window?
Posted
by Ian
on Stack Overflow
See other posts from Stack Overflow
or by Ian
Published on 2010-03-23T09:24:32Z
Indexed on
2010/03/23
9:43 UTC
Read the original article
Hit count: 263
Hi All,
When designing a web application/web site, is there an accepted practice on when to open a link on a new window?
Currently, if the site being linked to is outside the domain (say Google.com), I am always launching it on a new window. If the page being linked is within the same domain, I open it on the current active window.
I've read somewhere the opening links on a new window explicitly is being frowned upon.
Thanks!
© Stack Overflow or respective owner